Skip to main content

Validate Transactions Pin for User

GET /api/v1/users/{userId}/transactions/pin/{token}/validate

Description

Validate the transactions pin for a user.

Path Parameters

NameTypeDescription
tokenstringThe validation token (path)
userIdstringThe user ID (path)

Request Headers

NameTypeDescription
NoneNo headers

Request Body

  • Content Type: N/A

Example

GET /api/v1/users/{userId}/transactions/pin/{token}/validate

Response Code: 200 - OK

Description

Pin validated successfully.

Method: GET

>http://your-api-url/api/v1/users/{userId}/transactions/pin/{token}/validate

🔑 Authentication bearer

ParamValueType
token{{accessCode}}string

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request GET \ 
--url /api/v1/users/{userId}/transactions/pin/{token}/validate \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!